home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / david.dxr / 00073_voltamain.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  247 b   |  15 lines

  1. on mouseUp
  2.   sound playFile 2, "..\som\seta.wav"
  3.   startTimer()
  4.   repeat while the timer < 20
  5.     nothing()
  6.   end repeat
  7.   onVis(21)
  8.   updateStage()
  9.   startTimer()
  10.   repeat while the timer < 30
  11.     nothing()
  12.   end repeat
  13.   go("Rover", "main")
  14. end
  15.